added CIE Lab and YCbCr models
authorØyvind Kolås <ok@src.gnome.org>
Tue, 16 Aug 2005 07:38:22 +0000 (07:38 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Tue, 16 Aug 2005 07:38:22 +0000 (07:38 +0000)
commit2b1110a91de576080578d772cfdc82bc38ec4777
tree841c04f15c4ee327797d7c670b266e95ea2942ab
parentd825ae4054738f5a622f38e16695b501fc5b2088
added CIE Lab and YCbCr models
16 files changed:
ChangeLog
babl/babl-fish.c
babl/babl-ids.h
babl/base/Makefile.am
babl/base/babl-base.c
babl/base/cpercep.c [new file with mode: 0644]
babl/base/cpercep.h [new file with mode: 0644]
babl/base/model-cmyk.c
babl/base/model-lab.c [new file with mode: 0644]
babl/base/model-rgb.c
babl/base/model-ycbcr.c
babl/base/type-u16.c
tests/Makefile.am
tests/rgb_to_lab_to_rgb.c [new file with mode: 0644]
tests/rgb_to_ycbcr.c [new file with mode: 0644]
tests/rgb_to_ycbcr_to_rgb.c [new file with mode: 0644]